home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld: Complete Mac Interactive
/
Macworld Complete Mac Interactive CD)(1994).iso
/
Software
/
Graphsoft
/
Arch Demo
/
Core.sit
/
MiniCad 5 Demo.rsrc
/
STR#_7012.txt
< prev
next >
Wrap
Text File
|
1994-04-15
|
647b
|
49 lines
Converts decimal degrees into radians.
Deg2Rad(DegreeValue : REAL) : REAL;
Converts radians into decimal degrees.
Rad2Deg(RadianValue : REAL) : REAL;
Returns the arccosine of v in radians.
ArcCos(v) : REAL;
Returns the arcsine of v in radians.
ArcSin(v) : REAL;
Returns the arctangent of v in radians.
ArcTan(v) : REAL;
Returns the square root of v.
Sqrt(v) : REAL;
Returns the natural logarithm of v.
Ln(v) : REAL;
Returns the natural exponential of a v.
Exp(v) : REAL;
Returns the cosine of v.
Cos(v) : REAL;
Returns the sine of v.
Sin(v) : REAL;
Returns the square of v.
Sqr(v);
Returns the absolute value of v.
Abs(v);